home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
- DOCUMENTATION EXTRACTED FROM .ASM FILES
-
-
- * * C H A I N * *
- PAGE ,132
- TITLE IBM-PC File Chain Program, Version 2.14, 21-Aug-1986
- ;
- ; Written By Steven Georgiades
- ;
- ; IBM-PC/XT File Chain Program
- ; Will respond with a list of the disk clusters that make up the file chain
- ; for the requested file.
- ;
- ; If you are using this program and find it of value, your
- ; contribution in any amount ($5.00 suggested) will be greatly
- ; appreciated. Makes checks payable to Steven M. Georgiades.
- ; Thank you.
- ;
- ; If you have any questions or comments about this or any other
- ; SMG program, call or write:
- ;
- ; Steven M. Georgiades
- ; 701-H South Hayward Street
- ; Anaheim, CA 92804
- ; (714) 826-9549
- ;
-
- * * M A R K * *
- PAGE ,132
- TITLE IBM-PC Mark/UnMark-Bad-Cluster Program, Version 2.20, 25-Aug-1986
-
- ;
- ; Written By Steven Georgiades
- ;
- ; IBM-PC/XT Mark/UnMark-Bad-Cluster Program
- ; This program will allow you to mark or unmark a cluster on your disk as
- ; bad. It should work under all versions of DOS 2.00 and higher, and should
- ; work on the PC, XT, AT, PCJr. and all compatibles. The programs is invoked
- ; as follows:
- ;
- ; MARK [d:] [/U | /M] n [[d:] [/U | /M] n [[...]]]
- ;
- ; d: Optional drive letter. If this is omitted, the default
- ; drive is used.
- ;
- ; /U Un-mark switch. The following clusters will be un-marked.
- ; If no switch is specified, Un-mark is assumed.
- ;
- ; /M Mark switch. The following clusters will be marked bad.
- ;
- ; n Cluster Number, in decimal. The first data cluster is 2.
- ; (Don't blame me. DOS defines it that way.)
- ;
- ;
- ; If you are using this program and find it of value, your
- ; contribution in any amount ($10.00 suggested) will be greatly
- ; appreciated. Makes checks payable to Steven M. Georgiades.
- ; Thank you.
- ;
- ; If you have any questions or comments about this or any other
- ; SMG program, write to me at the following address:
- ;
- ; Steven M. Georgiades
- ; 701-H South Hayward Street
- ; Anaheim, CA 92804
- ;
-
- * * O W N E R * *
- PAGE ,132
- TITLE IBM-PC Cluster Owner Program, Version 1.40, 21-Aug-1986
-
- ;
- ; Written By Steven Georgiades
- ;
- ; IBM-PC/XT Cluster Owner Program
- ; Will respond with the name of the file that owns the specified cluster.
- ;
- ; If you are using this program and find it of value, your
- ; contribution in any amount ($5.00 suggested) will be greatly
- ; appreciated. Makes checks payable to Steven M. Georgiades.
- ; Thank you.
- ;
- ; If you have any questions or comments about this or any other
- ; SMG program, call or write:
- ;
- ; Steven M. Georgiades
- ; 701-H South Hayward Street
- ; Anaheim, CA 92804
- ; (714) 826-9549
- ;